IndexOfIllustrationsSourceIndexScope Property
Specifies whether an index is constructed for an entire document or for a chapter.
The defined values are:
-chapter: the index is constructed for the chapter that contains the index. A chapter consists of all those paragraphs and headings which have the same immediately preceding heading with outline level 1.
-document: the index is constructed for the entire document.
The default value for this attribute is document.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public IndexScope IndexScope { get; set; }
Public Property IndexScope As IndexScope
Get
Set
Property Value
IndexScope